# Generic Current Reports

This reporting mechanism is to be used for generating reports regarding the current status of your product user base. Depending on the request, this can create pie/bar charts, geographical maps, or hierarchical tables.

Endpoint: POST /v3/reporting/generic/current/{product_id}
Version: 3.0.0

## Header parameters:

  - `Content-Type` (string)
    Example: "application/json"

  - `RUI-Client` (string)
    Example: "Postman"

  - `RUI-Client-Version` (string)
    Example: "0.0.1"

  - `Origin` (string)
    Example: "https://analytics.revenera.com"

## Path parameters:

  - `product_id` (string, required)


